func runtime.tickspersecond
3 uses
runtime (current package)
cpuprof.go#L195: return tickspersecond()
mprof.go#L389: r = int64(float64(rate) * float64(tickspersecond()) / (1000 * 1000 * 1000))
runtime.go#L23: func tickspersecond() int64 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)